Skip to content

feat: broadcast via multiple providers#2

Merged
prestwich merged 4 commits intomainfrom
prestwich/multi-broadcast
Oct 29, 2024
Merged

feat: broadcast via multiple providers#2
prestwich merged 4 commits intomainfrom
prestwich/multi-broadcast

Conversation

@prestwich
Copy link
Copy Markdown
Member

allow builder to broadcast to multiple endpoints

@rswanson

new env var. format is comma-separated url strings. Https and wss supported. http://whatever.com,https://kasldfkj.org,wss://thisisarealwebsite.net
missing is acceptable

@prestwich prestwich merged commit d805a6b into main Oct 29, 2024
@prestwich prestwich deleted the prestwich/multi-broadcast branch October 29, 2024 17:32
Evalir added a commit that referenced this pull request Apr 27, 2026
Address PR #259 nit #2: full_fetch was named like a pure data
accessor but actually dispatched nonce-check tasks per tx.

Restore check_tx_cache as a private pure-fetch helper returning
Result<Vec<TxEnvelope>, _>, and rename full_fetch to
fetch_and_dispatch — its name now matches what it does. The
orchestrator uses let-else over the fetch result to drop a level
of indentation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Evalir added a commit that referenced this pull request Apr 29, 2026
Address PR #259 nit #2: full_fetch was named like a pure data
accessor but actually dispatched nonce-check tasks per tx.

Restore check_tx_cache as a private pure-fetch helper returning
Result<Vec<TxEnvelope>, _>, and rename full_fetch to
fetch_and_dispatch — its name now matches what it does. The
orchestrator uses let-else over the fetch result to drop a level
of indentation.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants